-
Notifications
You must be signed in to change notification settings - Fork 228
feat: enhance globe animation and add grid line rotation #2294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Abhishek-Punhani <[email protected]>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @Abhishek-Punhani. Thanks for your PR. I'm waiting for a kubestellar member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR enhances the NetworkGlobe animation by implementing orbital rotation for cluster nodes around the central node and synchronizing grid line rotation with the globe. The implementation adds rotation to a new group containing clusters and increases animation speeds across multiple elements.
Key Changes:
- Added orbital rotation for clusters around the central node using a new rotating group wrapper
- Synchronized grid line rotation with the globe rotation for better visual cohesion
- Increased animation speeds and added z-axis rotation to various elements
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Abhishek-Punhani <[email protected]>
|
/cc @btwshivam |
|
@Abhishek-Punhani i reduded the globe line intentionally.. beacase of perfomace issue. our plan is to remove animation from login and cluster table too.. its too heavy |
|
Crete a issue for both and in that issue we want design before to procedd to code. @Arpit529Srivastava you can open issue too.. mention we want creative design before implemtion. for cluster visualation using icons will be good enough |
|
/close |
|
@btwshivam: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
I think @Abhishek-Punhani has already opened issue regarding this. #2314 |
Description
Update NetworkGlobe animation to implement orbital rotation
Related Issue
Fixes #2293
Changes Made
NetworkGlobe.tsxChecklist
Please ensure the following before submitting your PR:
Screenshots or Logs (if applicable)
Screencast.from.12-23-2025.03.46.32.PM.webm
Additional Notes